PATH
WebObjects 4.5 Documentation >
WebObjects Developer's Guide
Table of Contents
Previous Section
Isolating Portions of a Page
If a component is producing unexpected HTML output, you can try to isolate the problem by displaying small portions of the page at a time. Use HTML comments (<!--) to comment out all but the suspect portion of the page and reload the component. Verify that this portion works as you intend it to. Reduce the size of the commented out portion of the page until more and more of the page is visible in the browser. Continue until you have found the offending area.
Table of Contents
Next Section